body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
}

p {
  margin-bottom: 2vh;
}

h2 {
  margin-bottom: 10px;
}

a, a:visited {
  text-decoration: none;
  position: relative;
  color: #4900A3;

}

a:focus, a:hover {
  text-decoration: none;
  color: #4900A3;
}

a:after, a:visited:after {
  content: '';
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  background: #4900A3;
  transition: 0.3s;
  border-radius: 3px;
}

a:hover:after, a:visited:hover:after {
  width: 100%;
}

a:hover {
  color: #4900A3;
}

a.active {
  background: #4900A3;
  transition: 0.3s;
  color: white !important;
  border-radius: 3px;
}


.line-title {
  width: 100px;
  height: 3px;
  background-color: #333;
  border-radius: 3px;
  margin-bottom: 50px;
}

.btn {
  padding: 1.25rem 2rem;
  font-family: 'Lato';
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
  font-weight: bold;
}

a.btn:after, a.btn:visited:after, .partners-img a:after, .partners-img a:visited:after, footer a:after, footer a:visited:after {
  content: none;
}

.btn-primary {
  color: #fff !important;
  background-color: #4900A3;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #3700E1 !important;
}

.btn-cta {
  background-color: #FFA500;
  color: #474747 !important;
  font-size: 130%;
}

.btn-cta:hover, .btn-cta:focus, .btn-cta:active {
  background-color: #F8E923;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #4900A3 !important;
}

.bg-green {
  background-color: #00CAB9 !important;
}

.bg-blue {
  background-color: #3700E1 !important;
}

.bg-orange {
  background-color: #FFAA35 !important;
}

.bg-pink {
  background-color: #FF00A6 !important;
}

.bg-yellow {
  background-color: #F8E923 !important;
}

.bg-turquoise {
  background-color: #39F1FA !important;
}

.bg-red {
  background-color: #EB004A !important;
}

.bg-light2 {
  background-color: #f0f0f0 !important;
}

.text-primary {
  color: #333 !important;
}

.paragraph {
  color: #474747;
  font-size: 20px;
}


section {
 padding-top: 10vh;
 padding-bottom: 10vh;
}

#sidenavbars {
  overflow: auto;
}

.navbar.fixed-right {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  box-shadow: -10px 0 10px -5px rgba(115,115,115,0.1);
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    position: relative;
    padding-right: .5rem;
    padding-left: .5rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #4900A3;
    cursor: pointer;
}

.masthead, .masthead-country {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 15vh 0;
  background: linear-gradient(90deg, rgba(73, 0, 163, 0.4) 45.00%, rgba(0, 202, 185, 0.4) 55%), url("fondo-sala-juntas.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead-interna {
  background: #4900A3;
  color: white !important;
  padding: 5%;
}

.masthead h1, .masthead-country h1 {
  font-family: 'Exo 2', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  color: #ffffff;
}

.masthead h2, .masthead-country h2 {
  font-size: 30px;
  color: #ffffff;
  margin: 5vh;
  font-family: 'Lato', sans-serif;
}

.masthead .paragraph, .masthead-country .paragraph {
  font-size: 20px;
  color: #ffffff;
  padding-top: 25px;
  padding-left: 250px;
  padding-right: 250px;
}

.statistics {
  color: #ffffff;
  text-align: center;
}

.statistics .number {
  font-size: 75px;
  margin-bottom: 0;
  font-weight: bold;
}

.statistics .text {
  font-size: 26px;
}

.navbar-brand {
  padding-top: 15px;
  padding-bottom: 40px;
  margin-right: 0;
}

.navbar-brand img{
  width: 180px;
}

.quote {
  font-size: 26px;
  font-style: italic;
}

#about .paragraph {
  font-size: 20px;
}

.partners-img {
  margin-bottom: 50px;
}

.partners-img img {
  width: 150px;
}

.media-logo {
  width: 240px;
}

.infocard {
  padding-top: 100px;
  padding-bottom: 100px;
}

.infocard p {
  font-size: 30px;
  position: relative;
}

.infocard .number {
  font-size: 70px;
}

.media-body p {
  font-size: 26px;
  margin-bottom: 0;
}

.media-body .number {
  font-size: 50px;
  margin-bottom: 0;
}

.media-img {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.infocard img {
  width: 200px;
}

.description-card-icons {
  margin: 0 2rem 2rem;
}

.description-card-icons img {
  width: 60px;
}

.description-card-icons p {
  margin-bottom: 0;

}

.card-title {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
}

.card-title h5 {
  margin-bottom: 0;
}

.card-subtitle {
  margin-top: 0;
}

.card-subtitle-number {
  font-size: 22px;
  color: #333333;
}

.card-body .card-flag {
  width: 50px;
}

.card-link {
  font-size: 18px;
  display: block;
  height: 4.5em;
  overflow: hidden;
}

@media (min-width: 1200px) and (max-width: 1350px) {
  .card-link {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (min-width: 800px) and (max-width: 1000px)
 {
  .card-link {
    height: 6em;
  }
 and (min-width: 800px) and (max-width: 1000px)
}

.card-infocard {
  padding-top: 1vh;
}

.card-infocard .number {
  font-size: 20px;
  margin-bottom: 1vh;
}

.card-infocard img {
  width: 25px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.table-section .card-body {
  padding-bottom: 0;
}

.table-section .card .row {
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  border-radius: 5px;
  overflow: hidden;
}

.fa-info-circle {
  font-size: 15px;
  position: absolute;
  top: 10px;
}

.map-iframe {
  position: relative;
  width: 100%;
  margin-bottom: -7px;
}

.map-description {
  position: absolute;
  right: 100px;
  width: 20vh;
  min-width: 20rem;
  height: 180px;
  bottom: 26px;
  padding: 6px 8px;
  background: white;
  background: rgba(255,255,255,0.8);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  border-radius: 5px;
}

@media (max-width: 925px) {
  .map-description {
    width: 25vh;
    min-width: 0;
    top: 30vh;
    left: 2vh;
    min-height: 50vh;
    height: auto;
  }
}

.map-description {
   font-size: 14px !important
}

.graph-home {
    position: absolute;
    z-index: 1;
    padding-right: 20px;
}

.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

footer {
  padding: 5rem 0;
}



/* Responsive*/
@media (max-height: 500px) {
  .masthead, .masthead-country {
    padding-top: 20vh;
  }
}

@media (max-width: 400px) {
  .statistics .number {
    font-size: 35px !important;
  }

  .statistics .text {
    font-size: 20px;
  }
}

@media (max-width: 576px) {
  .masthead h1, .masthead-country h1 {
    font-size: 2rem;
  }

  .masthead h2, .masthead-country h2 {
    font-size: 20px;
  }

  .statistics .number {
    font-size: 55px;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-brand img {
    width: 150px;
  }

  .masthead, .masthead-country {
    min-height: 35px;
    padding-bottom: 3rem;
  }

  #sidenavbars {
    margin-top: 0.5rem;
  }

  .navbar-collapse.collapse.show {
    max-height: 500px;
    overflow-y: auto;
  }

  .masthead-interna {
    padding-top: 7.5rem;
  }
}

.media-logo-home {
  display: none;
}


@media (min-width: 768px) {

  body {
    margin-right: 232px;
  }

  .media-logo-home {
    display: block;
  }

  .navbar.fixed-right {
    left: auto;
    bottom: 0;
    width: 232px;
    flex-flow: column nowrap;
    align-items: flex-start;
  }

  .navbar.fixed-right .navbar-nav .nav-item .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-left: none;
    border-bottom: 0.3em solid transparent;
    border-right: 0.3em solid;
    vertical-align: baseline;
  }
  .navbar.fixed-right .navbar-nav .nav-item .dropdown-menu {
    left: auto;
    right: 100%;
  }

  .navbar.fixed-right .navbar-collapse {
    flex-grow: 0;
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar.fixed-right .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    top: 0;
  }

  .masthead h1, .masthead-country h1 {
    font-size: 4rem;
    line-height: 4rem;
  }


}

@media (max-width: 991px) {
  h2, h3 {
    text-align: center;
    padding-bottom: 2rem;
  }
  .media-logo {
    padding-bottom: 2rem;
  }
  .graph-home {
    position: static;
    padding-right: 0;
  }
  .graph-iframe {
    height: 400px;
  }
}

@media (min-width: 768px) {
  .navbar.fixed-right .navbar-nav .nav-item.active-pro {
    position: fixed;
    background-color: #ffffff;
    bottom: 0px;
    padding: 10px 0;
  }
}


@media (min-width: 992px) {
  .masthead, .masthead-country {
    height: 100vh;
    padding: 0;
    padding-top: 15vh;
    background: linear-gradient(90deg, rgba(73, 0, 163, 0.4) 45.00%, rgba(0, 202, 185, 0.4) 55%), url("fondo-sala-juntas.jpg");
    background-size: cover;
    background-position: 50% 50%;
  }

  .masthead h1, .masthead-country h1 {
    font-size: 4rem;
    line-height: 4rem;
    padding: 0 250px;
  }
  .masthead h2, .masthead-country h2 {
    font-size: 32px;
    color: #ffffff;
    margin: 5vh;
    font-family: 'Lato', sans-serif;
  }
}

/*
     FILE ARCHIVED ON 21:30:31 Aug 02, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:24:20 Dec 15, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.228
  exclusion.robots: 0.019
  exclusion.robots.policy: 0.007
  esindex: 0.011
  cdx.remote: 30.622
  LoadShardBlock: 343.947 (3)
  PetaboxLoader3.datanode: 345.584 (5)
  PetaboxLoader3.resolve: 179.432 (2)
  load_resource: 271.021
  loaddict: 132.286
*/
